Welcome![Sign In][Sign Up]
Location:
Search - SQlite C

Search list

[ADO-ODBCc_dtcz

Description: 本源文件主要介绍如何使用c语言进行操作sqlite数据库。-Source file describes how to operate using c language sqlite database.
Platform: | Size: 2048 | Author: 维尔加 | Hits:

[Delphi VCLUniDAC4.1.3

Description: 通用数据存取组件。提供了delphi下最好的访问各种数据库的组件(Oracle, Microsoft SQL Server, MySQL, Interbase, Firebird,DB2,PostgreSQL,NexusDB,SQLite及ODBC)-Universal Data Access Components (UniDAC) is a library of components that provides direct access to most popular database servers from Delphi, Delphi for .NET and, C++Builder. UniDAC can work with such servers as Oracle, Microsoft SQL Server, MySQL, Interbase, Firebird. The UniDAC library is designed to help programmers develop faster and cleaner cross-database applications. UniDAC is a complete replacement for such standard universal technology as dbExpress. UniDAC is a handy in use and efficient data access solution bringing into play many features specific to each server.
Platform: | Size: 7199744 | Author: bjydfq | Hits:

[CSharpncrawler-69385

Description: C#网络爬虫源码,可处理HTML Text PDf等格式内容 支持SQL MySQL Sqlite等数据库存储 -Simple and very efficient multithreaded web crawler with pipeline based processing written in C#. Contains HTML, Text, PDF, and IFilter document processors and language detection(Google). Easy to add pipeline steps to extract, use and alter information.
Platform: | Size: 6121472 | Author: asdjkl | Hits:

[ADO-ODBCsqlite3-using-summary

Description: sqlite提供的是一些C函数接口,你可以用这些函数操作数据库。通过使用这些接 口,传递一些标准 sql 语句(以 char * 类型)给 sqlite 函数,sqlite 就会为你操作数据库。sqlite 跟MS的access一样是文件型数据库,就是说,一个数据库就是一个文件,此数据库里可以建立很多的表,可以建立索引、触发器等等,但是,它实际上得到 的就是一个文件。备份这个文件就备份了整个数据库。sqlite 不需要任何数据库引擎,这意味着如果你需要 sqlite 来保存一些用户数据,甚至都不需要安装数据库-sqlite is a C function interface, you can use these functions to operate the database. Through the use of these access Mouth, pass some standard sql statements (of type char*) function to sqlite, the sqlite will be for you to operate the database. sqlite with MS access the same file database, that is, a database is a file, this database can create a lot of tables, you can create indexes, triggers, etc., but it actually got Is a file. Backup, file backup of the entire database. sqlite does not require any database engine, which means that if you need sqlite to save user data, do not even need to install the database
Platform: | Size: 39936 | Author: 月落乌啼 | Hits:

[Other DatabasesArchive

Description: a simple c++ sqlite wrapper which use variants and
Platform: | Size: 4096 | Author: yang | Hits:

[CSharpSyncNammuru

Description: This application uses sqlite and c# for synchronize the data to sql server
Platform: | Size: 806912 | Author: Kiran Kumar K | Hits:

[Other DatabasesSQlite_example

Description: C和C++ 的SQLite内存数据库的建立、查询、更新和删除等操作 -some examples of SQLite for building,querying,adding and deleting in memory.
Platform: | Size: 35840 | Author: Eevee | Hits:

[ADO-ODBCCppSQLite3_2

Description: cppsqlite,一个非常小的vc++ 关于sqlite数据库的封装。描述了如何应用提供链接的例子程序,然后使用cppsqlite提出,并最终cppsqlite类记录。- CppSQLite, a very thin C++ wrapper around the public domain SQLite database library. A description of how to link applications with SQLite is provided, then an example program using CppSQLite is presented, and finally the CppSQLite classes are documented.
Platform: | Size: 258048 | Author: 林夏 | Hits:

[Database systemsqlite_demo

Description: SQLite 是用C语言编写的开源数据库,主要用于嵌入式,你也可以把它集成在自己的桌面程序中,也有人将其替代Access,用作后台数据库-VC sqllite
Platform: | Size: 294912 | Author: 王崛 | Hits:

[IOSObjSqlite

Description: Objective-C Sqlite Wrapper - MarkWalls
Platform: | Size: 33792 | Author: wufpakjack | Hits:

[Other Databaseswxsqlite3-3.0.0.1

Description: 这个是加密版的sqlite3,也是一个开源的项目。支持数据库的加密(aes),压缩包中有相对应的源码,可以自己修改。-wxSQLite3 is a C++ wrapper around the public domain SQLite 3.x database and is specifically designed for use in programs based on the wxWidgets library.
Platform: | Size: 4698112 | Author: lihai | Hits:

[OS programtamsyn

Description: 一个演示C#程序的源代码,调用sqlite-A demonstration of the source code of the C# program, call sqlite
Platform: | Size: 169984 | Author: inthirties | Hits:

[Embeded Linuxsqlite_test

Description: 基于C语言和sqlite编写的一个简单学生管理系统,可以进行学生的信息查询,添加、删除和修改等等功能。-Based on the C language and sqlite written a simple student management system, student information query, add, delete and modify functions.
Platform: | Size: 19456 | Author: 黄海盛 | Hits:

[Windows CEMenuDemo

Description: C#语言下的sqlite 数据库编程 -C# sqlite
Platform: | Size: 325632 | Author: 王易 | Hits:

[Windows CESQLLiteDemo

Description: c#语言下 sqlite编程 有链接数据库 记录客户信息-c# language under sqlite programming
Platform: | Size: 48128 | Author: 王易 | Hits:

[androidanroid

Description: 使用sqlite实现手机通讯录 a) 要求使用SQLite数据库保存通讯录,使得每次重新运行程序均能显示当前联系人列表; b) 主界面包含一个联系人列表,每一项显示联系人名称和联系方式; c) 主界面应包含一个添加按钮,单击时添加新的联系人; d) 单击任意一个列表项可以修改联系人信息; e) 长按任意一个列表项可以删除该联系人信息 -Use sqlite to phone contacts a) require the use of the the SQLite database holds contacts, each re-run the program can display the current list of contacts b) the main interface contains a list of contacts for each contact name and contact c) the main interface should contain an Add button, when clicked, add new contacts d) Click on any of the contact information for a list e) long can be deleted by any of a list of items you can modify the contact information
Platform: | Size: 909312 | Author: nicky | Hits:

[File FormatSqliteWince

Description: Wince下通过C#使用Sqlite的教程-By using C# Wince Sqlite tutorial
Platform: | Size: 413696 | Author: 游离态 | Hits:

[CSharpdg2

Description: C#操作SQLite 查找,写入,改,删除等功能。-SQLite
Platform: | Size: 455680 | Author: guan | Hits:

[Chess Poker gamespokermanager

Description: 德州扑克历史记录统计分析工具,使用C++编写,使用QT,SQLite库,可以在linux和MAC平台上编译运行-Tex Poker game statistic tool. implemented using C++. QT and SQlite libraries are used. it can work well on linux and MAC OS
Platform: | Size: 89088 | Author: 刘鹏 | Hits:

[Linux-Unixsqlite3

Description: This file is an amalgamation of many separate C source files from SQLite version 3.6.19. By combining all the individual C code files into this single large file, the entire code can be compiled
Platform: | Size: 876544 | Author: deilieqong | Hits:
« 1 2 ... 4 5 6 7 8 910 11 »

CodeBus www.codebus.net